home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / datedres.swf / scripts / DefineButton2_412 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  120b  |  9 lines

  1. on(release){
  2.    gotoAndStop(5);
  3.    stopAllSounds();
  4.    tellTarget("bg_sound")
  5.    {
  6.       gotoAndPlay(2);
  7.    }
  8. }
  9.